KtorReadKeyValuesRepoClient

inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     contentType: <ERROR CLASS>,     noinline keySerializer: suspend (Key) -> String,     noinline valueSerializer: suspend (Value) -> String): KtorReadKeyValuesRepoClient<Key, Value>
inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadKeyValuesRepoClient<Key, Value>
inline fun <Key, Value> KtorReadKeyValuesRepoClient(    baseUrl: String,     httpClient: <ERROR CLASS>,     idsSerializer: <ERROR CLASS><Key>,     valuesSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS>,     contentType: <ERROR CLASS>): KtorReadKeyValuesRepoClient<Key, Value>